User

Initial Setup Properties

Voice Only

ClearDigits

Runtime Properties

Common (Voice and Data)

GotoNode

Value

Voice Only

PlugIn_Action

PlugIn_Arg1

PlugIn_Arg2

PlugIn_Arg3

PlugIn_Arg4

PlugIn_Arg5

PlugInName

 

 

Data Only

PageFooter

PageHeader

PageTitle

TextPrompt

 

 

Greetings

Voice Only

EntryGreeting

Data Only

IHintGreeting

HintGreeting

 

Methods

Common (Voice and Data)

TakeCall

Events

Common (Voice and Data)

Enter, EnterB

Exit

PlayRequest

PhraseError

VoiceError

VoiceEvent

Overview

The User control has no pre-determined action, except to play the EntryGreeting. It allows Visual Basic code to define all operations and provides complete control over the voice card. The number of output nodes and node names can be set at design time.

The User control can invoke a user-supplied PlugIn ActiveX component. This component executes on the channels thread. The main VB thread is not blocked while the component executes. PlugIns are useful for computationally intensive operations.

There are no predefined errors in this control. VB code must handle all events and can invoke the default error handler, silence handler, or caller hangup handler using the GotoNode property with the predefined values GotoHangup, GotoInvalid, and GotoSilence.